func github.com/andybalholm/brotli.findBlocksLiteral

2 uses

	github.com/andybalholm/brotli (current package)
		block_splitter_literal.go#L57: func findBlocksLiteral(data []byte, length uint, block_switch_bitcost float64, num_histograms uint, histograms []histogramLiteral, insert_cost []float64, cost []float64, switch_signal []byte, block_id []byte) uint {
		block_splitter_literal.go#L420: 			num_blocks = findBlocksLiteral(data, length, block_switch_cost, num_histograms, histograms, insert_cost, cost, switch_signal, block_ids)